Northwoods.GoWPF 2.2.4 Assembly
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
Members 

This nested class is a serializable collection of node data and link data.
Syntax
<SerializableAttribute()>
Public NotInheritable Class GraphLinksModel.DataCollection
    (Of NodeType,NodeKey,PortKey,LinkType) 
   Implements IDataCollection 
[SerializableAttribute()]
public sealed class GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> : IDataCollection  
Type Parameters
NodeType
NodeKey
PortKey
LinkType
Remarks

This IDataCollection is used in various circumstances where there is a collection of node data and link data, particularly for copying. If the node data and link data are serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateDataCollection to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.DataCollection<NodeType,NodeKey,PortKey,LinkType>

Requirements
See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback